| Visual Basic (Declaration) | |
|---|---|
Public Class DelegateFactory(Of T) Implements IFactory(Of T) | |
| C# | |
|---|---|
public class DelegateFactory<T> : IFactory<T> | |
- T
System.Object
CSharpTest.Net.Interfaces.DelegateFactory<T>
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7